Re-compile-all
Description
The Re-compile-all button performs a complete rebuild of the scenario. It recompiles all Java sources and regenerates process model images to ensure that both the source code and visual representations are synchronized and up to date.
How it works
When executed, the system performs the following actions:
-
Recompile all Java sources:
- All Java source elements within the scenario are recompiled.
- Compilation results and potential errors are displayed in the console or validation log.
-
Regenerate process model images:
- The system regenerates process model images for all process models in the scenario.
- These images are used in the following areas:
- Scenario Test Execution: displays process flow visuals during scenario testing.
- Orchestra Monitor → Process Monitoring: visualizes process execution details and helps track the status of running processes.
note
Whenever a change is made to a process model, the previously generated image is deleted and must be regenerated to reflect the latest version.